[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 tw_Say( wT, wL, strg, pattr )
 ----------------------------------------------------------------------------
     Display a string at a given screen location. The programmer is
     responsible to ensure output is in bounds. This function uses
     direct screen writes and therefore will not obey Clipper's
     DISPBEGIN(), DISPEND() sequence.

       Arguments:

     wT,wL - 'N' Screen coordinates at which to begin the display.

     strg  - 'A' String to display.

     pattr - 'N' Display colour attribute. Correct numbers may be found
                 with a return from twVAttr( cColour ).

       Return:

     None.

       Example:

     tw_Say( 3, 4, "now is the time", twVAttr( "w+/b" ))

See Also: tw_ASay() tw_Say2()
This page created by ng2html v1.05, the Norton guide to HTML conversion utility. Written by Dave Pearson